Package com.cisco.pt.ipc.sim
Interface CHAPProcess
- All Known Implementing Classes:
CHAPProcessImpl
Information provided by the PKI file:
\class ChapProcess
\brief ChapProcess is the process that manipulates the protocol CHAP.
\example network().getDevice("Router0").getProcess("ChapProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetPassword(String password) Information provided by the PKI file:voidsetUserName(String username) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setPassword
Information provided by the PKI file:
\brief Sets the CHAP password. \param string, the CHAP password.- Parameters:
password- Takes in a parameter of password
-
setUserName
Information provided by the PKI file:
\brief Sets the CHAP username. \param string, the CHAP username.- Parameters:
username- Takes in a parameter of username
-
getUserName
String getUserName()Information provided by the PKI file:
\brief Returns the CHAP username. \return string, the CHAP username.- Returns:
- String Returns a String
-
getPassword
String getPassword()Information provided by the PKI file:
\brief Returns the CHAP password. \return string, the CHAP password.- Returns:
- String Returns a String
-